Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NBoxAndWhiskerDataPoint Class / NBoxAndWhiskerDataPoint Constructor / NBoxAndWhiskerDataPoint Constructor(Double,Double,Double,Double,Double,Double,Double,Double[],NFill,NStroke)


In This Topic
    NBoxAndWhiskerDataPoint Constructor(Double,Double,Double,Double,Double,Double,Double,Double[],NFill,NStroke)
    In This Topic
    Initializer constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal x As System.Double, _
       ByVal upperBoxValue As System.Double, _
       ByVal lowerBoxValue As System.Double, _
       ByVal medianValue As System.Double, _
       ByVal averageValue As System.Double, _
       ByVal upperWhiskerValue As System.Double, _
       ByVal lowerWhiskerValue As System.Double, _
       ByVal outliers() As System.Double, _
       ByVal fill As NFill, _
       ByVal stroke As NStroke _
    )
    'Usage
     
    
    Dim x As System.Double
    Dim upperBoxValue As System.Double
    Dim lowerBoxValue As System.Double
    Dim medianValue As System.Double
    Dim averageValue As System.Double
    Dim upperWhiskerValue As System.Double
    Dim lowerWhiskerValue As System.Double
    Dim outliers() As System.Double
    Dim fill As NFill
    Dim stroke As NStroke
     
    Dim instance As New NBoxAndWhiskerDataPoint(x, upperBoxValue, lowerBoxValue, medianValue, averageValue, upperWhiskerValue, lowerWhiskerValue, outliers, fill, stroke)
    public NBoxAndWhiskerDataPoint( 
       System.double x,
       System.double upperBoxValue,
       System.double lowerBoxValue,
       System.double medianValue,
       System.double averageValue,
       System.double upperWhiskerValue,
       System.double lowerWhiskerValue,
       System.double[] outliers,
       NFill fill,
       NStroke stroke
    )

    Parameters

    x
    upperBoxValue
    lowerBoxValue
    medianValue
    averageValue
    upperWhiskerValue
    lowerWhiskerValue
    outliers
    fill
    stroke
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also